home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ::
- :: This batch file will search your system for ZIP/LHA self-extracting archive
- :: files.
- ::
- :: It demonstrates FFG features:
- ::
- :: /1z find one file per archive
- :: /z.exe search only in self-extracting archives
- :: /qmfs quiet (suppress all but meter, files, summary)
- :: /fpa_p\z format packed path using Attributes, path, archive name
- ::
- echo.
- echo Searching for self extracting archive files...
- echo.
- echo Type Path\ArchiveName
- echo ---- ----------------
- ffg *:* /1z /z.exe /fpa_p\z /qmfs
-